Advanced Search Techniques
In this video, we explore advanced search features in FHIR including sorting, pagination, resource inclusion and bulk search. You can use a tool like Insomnia or Postman to try them out yourself.
We will explore
- Using
_sort
to sort search results by a specific field - Pagination with
_count
- Fetch linked resources with
_include
- Fetch resources with reverse linking with
_revinclude
- Bulk search with
Bundle